home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************
- FILE : ui_netGraph.h
- SHORTNAME : netGraph.h
- SNNS VERSION : 3.2
-
- PURPOSE : Header file of correspondent '.c' file
- NOTES :
-
- AUTHOR : Tilman Sommer
- DATE : 18.5.1990
-
- CHANGED BY :
- IDENTIFICATION : @(#)ui_netGraph.h 1.10 3/23/94
- SCCS VERSION : 1.10
- LAST CHANGE : 3/23/94
-
- Copyright (c) 1990-1994 SNNS Group, IPVR, Univ. Stuttgart, FRG
-
- ******************************************************************************/
-
-
- #ifndef _UI_NETGRAPH_DEFINED_
- #define _UI_NETGRAPH_DEFINED_
-
- extern void ui_drawGrowingThing (struct Ui_DisplayType *, struct PosType, int);
- extern void ui_drawUnit(struct Ui_DisplayType *, int, FlagType);
- extern void ui_drawLink(struct Ui_DisplayType *, int, int, FlintType, FlagType);
- extern Bool ui_areConnected (int sourceNo, int targetNo) ;
-
-
- /* dimension of a unit */
- extern int ui_unitWidth;
- extern int ui_unitHeight;
-
- #endif /* _UI_NETGRAPH_DEFINED_ */
-
-
- /* end of file */
- /* lines: 30 */
-
- /* 61 lines generated by deleteprivatedefinitions.awk */
-